翻訳と辞書
Words near each other
・ Job Ross House
・ Job rotation
・ Job safety analysis
・ Job satisfaction
・ Job scheduler
・ Job scheduling game
・ Job Scott
・ Job security
・ Job Services Australia
・ Job shadow
・ Job sharing
・ Job Shattuck
・ Job Sheldon
・ Job shop
・ Job shop scheduling
Job stream
・ Job Submission Description Language
・ Job Tausinga
・ Job ter Burg
・ Job Throckmorton
・ Job ticket
・ Job Training Partnership Act of 1982
・ Job Vile
・ Job Vissers
・ Job von Witzleben
・ Job von Witzleben (disambiguation)
・ Job von Witzleben (historian)
・ Job Wilding
・ Job wrapping
・ Job's comforter


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Job stream : ウィキペディア英語版
Job stream

In a batch processing computer system, a job stream, jobstream, or simply job is the sequence of job control language statements (JCL) and data (called ''instream data'') that comprise a single "unit of work for an operating system".〔(【引用サイトリンク】title=Glossary of z/OS terms and abbreviations - job )〕 A job consists of the execution of one or more programs. Each program execution, called a ''job step'', ''jobstep'', or ''step'', is usually related in some way to the others in the job. Steps in a job are executed sequentially, possibly depending on the results of previous steps.
In the IBM z/OS operating system, a job is initiated by a // JOB and terminated by the next // JOB or // statement. Each job step consists of one // EXEC statement indicating the program to be executed and usually multiple // DD statements defining the files and devices to be used.
==Example==
A simple example of a job stream is a system to print payroll checks which might consist of the following steps:
# Read a file of data containing employee id numbers and hours worked for the current pay period. Validate the data to check that the employee numbers are valid and that the hours worked are reasonable.
# Compute salary and deductions for the current pay period based on hours input and pay rate and deductions from the employee's master record. Update the employee master "year-to-date" figures and create a file of records containing information to be used in the following steps.
# Print payroll checks using the data created in the previous step.
# Update bank account balance to reflect check numbers and amounts written.
Each step depends on successful completion of the previous step. For example, if incorrect data is input to the first step the job might terminate without executing the subsequent steps to allow the payroll department to correct the data and rerun the edit. If there are no errors the job will run to completion with no manual intervention.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Job stream」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.